Skip to content

Added support for summaries on the nested classes #1452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 15, 2022

Conversation

amandelpie
Copy link
Collaborator

Description

This PR contains the implementation of the enabling summaries on the nested classes.
The existing solution has no ability to dig into the hierarchy of the nested classes (from parent to child)

The proposed solution tries to search in the space of children of each node with a special type related to the class

Fixes #710

Type of Change

  • New feature (non-breaking change which adds functionality)

Automated Testing

The unit—test for 3-level hierarchy of nested classes is added

@amandelpie amandelpie marked this pull request as ready for review December 15, 2022 09:15
@amandelpie amandelpie requested a review from Markoutte December 15, 2022 09:16
@amandelpie
Copy link
Collaborator Author

@Markoutte could you please have a look, the same case like earlier but for the Symbolic Execution (unit test could be added)

@amandelpie amandelpie merged commit c67e5e5 into main Dec 15, 2022
@amandelpie amandelpie deleted the amandelpie/feature-710 branch December 15, 2022 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Summaries are not generated for methods from nested classes of nested classes
2 participants